widget: Fix size_allocate's out_clip annotation
authorTimm Bäder <mail@baedert.org>
Tue, 1 Aug 2017 17:39:32 +0000 (19:39 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 2 Aug 2017 06:58:30 +0000 (08:58 +0200)
gtk/gtkwidget.c

index e5b76ba236f00f1faa99defa45a681f808e71738..a479eda879247b36a138393d8736c0d8ff7e9d75 100644 (file)
@@ -1644,7 +1644,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
    * @allocation: (type Gtk.Allocation): the region which has been
    *   allocated to the widget.
    * @baseline: the baseline
-   * @out_clip: (type Gtk.Allocation): Return address for the widget's clip
+   * @out_clip: (out) (type Gtk.Allocation): Return address for the widget's clip
    */
   widget_signals[SIZE_ALLOCATE] =
     g_signal_new (I_("size-allocate"),